From: LLVM Packaging Team Date: Thu, 11 Jul 2019 06:39:38 +0000 (+0100) Subject: lldb_source_Host_freebsd_Host.cpp X-Git-Tag: archive/raspbian/1%8.0.1_+rc4-1+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e5006df3554e8505b97c0e49ec2ce7734cc9c5d5;p=llvm-toolchain-8.git lldb_source_Host_freebsd_Host.cpp =================================================================== Gbp-Pq: Topic kfreebsd Gbp-Pq: Name lldb_source_Host_freebsd_Host.cpp.diff --- diff --git a/lldb/source/Host/freebsd/Host.cpp b/lldb/source/Host/freebsd/Host.cpp index 7bf959aee..0e2bf75ee 100644 --- a/lldb/source/Host/freebsd/Host.cpp +++ b/lldb/source/Host/freebsd/Host.cpp @@ -11,6 +11,13 @@ #include #include +#ifdef __FreeBSD_kernel__ +# ifdef __amd64__ +# include +# else +# include +# endif +#endif #include #include #include